Exercise 7 - Expression Dependency: Threshold Replacement
- Create a Schedule named Threshold Replacement with two Schedule Instance Properties (not Multi-Instance).
MANUAL=0
AUTO=0
- Create 3 Null Jobs.
- The first will be placed
On Hold
- The second will have an Expression Dependency for the
Manual
Schedule Instance Property equaling1
. - The third will have an Expression Dependency for the
Auto
Schedule Instance Property equaling1
.
- Give the first Job a
$PROPERTY:SET
Event updating the fully qualified Schedule Instance Property value ofAuto
from0
to1
. - Build the Schedule.
- Verify that none of the Jobs run by themselves.
- Edit the Daily Schedule, updating the
Manual
Schedule Instance Property from0
to1
. - Verify that the 2nd Job ran once the Property was updated to meet the Expression Dependency.
- Release the Job that was built
On Hold
. - The 3rd Job should run shortly after the held Job was released.